Class NFCollectorProcessImpl

All Implemented Interfaces:
IPCObject, NFCollectorProcess, Process

public class NFCollectorProcessImpl extends ProcessImpl implements NFCollectorProcess
Information provided by the PKI file:

    \class NFCollectorProcess
    
    \brief NFCollectorProcess handles the NetFlow Collector process.
    
    \example network().getDevice("PC0").getProcess("NFCollectorProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setEnabled

      public void setEnabled(boolean enable)
      Information provided by the PKI file:
      
          \brief Enables or disables the NetFlow Collector.
          
          \param enable, true to enable the NetFlow Collector, false to disable it.
          
              
      Specified by:
      setEnabled in interface NFCollectorProcess
      Parameters:
      enable - Takes in a parameter of enable
    • isEnabled

      public boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the NetFlow Collector is enabled, otherwise false.
          
          \return bool, true if the NetFlow Collector is enabled, otherwise false.
          
              
      Specified by:
      isEnabled in interface NFCollectorProcess
      Returns:
      boolean Returns a boolean